home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
AMAC44.ARJ
/
RJ.INF
< prev
next >
Wrap
Text File
|
1991-03-13
|
2KB
|
40 lines
RJ.COM
USAGE: RJ <INFILE> { PRINT_MARGIN F S }
WHERE: 0=< PRINT_MARGIN =<40 Default = 0 enter like: 8
F FILTERS control chars Default = OFF enter like: F
S SUPPRESS Line Feeds after CR Default = OFF enter like: S
PURPOSE: RJ Right Justifies your printer output, making it look
professional. RJ right justifies text files by imbedding blanks
between words. It is compatible with VDE or any other ASCII text
editor. Public domain.
METHOD: RJ imbeds spaces between words. It calculates the longest
line in the file (40 to 255 char), then justifies shorter lines (up
to 15% shorter ). Non-printable control characters are not counted
for formatting purposes, so leave them in if you wish. Carriage
Returns, Line Feeds, Form Feeds, and Tabs are always processed
normally and printed. Indenting at the beginning of the line is
disregarded, but any line with 3+ IMBEDDED spaces, or any line with
Tabs is not justified. This leaves tables, charts, etc. intact.
HINTS: All parameters except INFILE are optional and they may be
entered in any order; the defaults are above. Note that the input file
is left unalterd; output defaults to the screen. This allows you to
preview your printer output. To print or copy your right justified
file, use the DOS redirection operator: RJ REPORT.TXT F 6 > PRN. Save
your normal parameters in a batch file.
RJ.COM was written by Tom Kallal, and permission to include it with
AMACxx.ZIP has been granted by him:
Date: 26-Feb-91 13:23 EST
From: Tom Kallal [70134,2472]
Reply to: Permission
Tom,
Go ahead and include my RJ.COM with your AMACxx.ZIP file.
Thanks for your interest in using RJ.COM